transformation.associationtags.buttonlisteners
Class AddListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.AddListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AddListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
AddListener(AssociationTagWindow window, javax.swing.JFrame frame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Opens the association tags adding form
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddListener

public AddListener(AssociationTagWindow window,
                   javax.swing.JFrame frame)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Opens the association tags adding form

Specified by:
actionPerformed in interface java.awt.event.ActionListener